Skip to content

Commit

Permalink
[CI] Increase the timeout to wait for the process to be terminated (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
vivien-apple authored Jan 26, 2022
1 parent 3bd289d commit 5429dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests/chiptest/test_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ def Run(self, runner, paths: ApplicationPaths):
finally:
if app_process:
app_process.kill()
app_process.wait(3)
app_process.wait(10)

0 comments on commit 5429dca

Please sign in to comment.