|
@@ -63,7 +63,12 @@ public class TestHDFSFileSystemContract extends FileSystemContractBaseTest {
|
|
return defaultWorkingDirectory;
|
|
return defaultWorkingDirectory;
|
|
}
|
|
}
|
|
|
|
|
|
- @Test(timeout = 60000)
|
|
|
|
|
|
+ @Override
|
|
|
|
+ protected int getGlobalTimeout() {
|
|
|
|
+ return 60 * 1000;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ @Test
|
|
public void testAppend() throws IOException {
|
|
public void testAppend() throws IOException {
|
|
AppendTestUtil.testAppend(fs, new Path("/testAppend/f"));
|
|
AppendTestUtil.testAppend(fs, new Path("/testAppend/f"));
|
|
}
|
|
}
|