We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b1f5a commit f528e84Copy full SHA for f528e84
test/commands/call.js
@@ -48,7 +48,7 @@ describe('apify call', () => {
48
49
// For some reason tests were failing with nonexisting build with "LATEST" tag.
50
// Adding some sleep here as attempt to fix this.
51
- await new Promise((resolve) => setTimeout(resolve, 1000));
+ await new Promise((resolve) => setTimeout(resolve, 10000));
52
});
53
54
it('without actId', async () => {
0 commit comments