We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12cd0c9 commit 6470915Copy full SHA for 6470915
tests/helpers/containers.tsx
@@ -70,7 +70,7 @@ const pullImage = async (
70
if (await imagePresent(imageName)) {
71
return true;
72
}
73
- sleep(1000);
+ await sleep(1000);
74
sleepTime -= 1000;
75
76
await pullImage(imageName, (retryCount || 3) - 1, waitTime);
0 commit comments