Skip to content

Commit 6470915

Browse files
committed
await for sleep
1 parent 12cd0c9 commit 6470915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/helpers/containers.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const pullImage = async (
7070
if (await imagePresent(imageName)) {
7171
return true;
7272
}
73-
sleep(1000);
73+
await sleep(1000);
7474
sleepTime -= 1000;
7575
}
7676
await pullImage(imageName, (retryCount || 3) - 1, waitTime);

0 commit comments

Comments
 (0)