Introduce Github Actions to replace TravisCI (#3610)
This commit is contained in:
parent
5a41866f71
commit
8591eda9d6
9 changed files with 368 additions and 244 deletions
|
|
@ -25,7 +25,7 @@ while True:
|
|||
break
|
||||
except EXCEPTIONS:
|
||||
elapsed_s = time.time() - start_ts
|
||||
if elapsed_s > 60:
|
||||
if elapsed_s > 120:
|
||||
raise
|
||||
|
||||
print(".")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue