Skip to content

Commit d53897f

Browse files
committed
test: Increase timeout of cleanup in slow integration tests
1 parent 48263c8 commit d53897f

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
@@ -42,7 +42,7 @@ describe("FileSyncer Integration Tests", () => {
4242
})),
4343
);
4444
}
45-
});
45+
}, 30000);
4646

4747
test("pull_basic: should pull all files from remote to local filesystem", async () => {
4848
// GIVEN a set of files in the remote system (from syncableFiles)

0 commit comments

Comments
 (0)