Skip to content

Commit f528e84

Browse files
committed
fix: add longer sleep to tests to prevent flakiness
1 parent e3b1f5a commit f528e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/commands/call.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('apify call', () => {
4848

4949
// For some reason tests were failing with nonexisting build with "LATEST" tag.
5050
// Adding some sleep here as attempt to fix this.
51-
await new Promise((resolve) => setTimeout(resolve, 1000));
51+
await new Promise((resolve) => setTimeout(resolve, 10000));
5252
});
5353

5454
it('without actId', async () => {

0 commit comments

Comments
 (0)