Skip to content

Commit 529c25c

Browse files
committed
test: Increase timeout for pull_basic test as the pagination can be slow
1 parent 0d5fb85 commit 529c25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/custom/integration/FileSyncer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ describe("FileSyncer Integration Tests", () => {
7171
const content = fs.readFileSync(localPath, "utf8");
7272
expect(content).toBeTruthy();
7373
}
74-
});
74+
}, 30000);
7575

7676
test("pull_with_invalid_path: should handle error when path doesn't exist", async () => {
7777
// GIVEN a client

0 commit comments

Comments
 (0)