Skip to content

Commit a8824a0

Browse files
author
Iddo Gino
committed
fix
1 parent 79c21ca commit a8824a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ core.group('Execute Test', async () => {
4040
let testResult = null;
4141
let tries = 0;
4242
while (
43-
(!testResult || testResult.status == 'pending') &&
43+
(!testResult || testResult.status == 'pending' || testResult.status == 'started') &&
4444
tries < MAX_TRIES // safety
4545
) {
4646
await sleep(WAIT_TIME);

0 commit comments

Comments
 (0)