Skip to content

Commit 4d09c4a

Browse files
committed
sleep 5 seconds between attempts
1 parent fa2c172 commit 4d09c4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_platform.py

+1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ def run_or_die(cmd, error):
185185
return
186186
attempt += 1
187187
print('attempt {} failed, {} retry left'.format(attempt, 3-attempt))
188+
time.sleep(5)
188189
ColorPrint.print_fail(error)
189190
exit(-1)
190191

0 commit comments

Comments
 (0)