Skip to content

Commit

Permalink
Give unit tests a bit more time
Browse files Browse the repository at this point in the history
We seem to be running up against the timeout when running the unit tests
in CI.  Give them 90 minutes to complete instead of 60.

Signed-off-by: Nalin Dahyabhai <[email protected]>
  • Loading branch information
nalind committed Apr 18, 2024
1 parent 8bb87ae commit 14d964d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ unit_task:
- vendor
- cross_build

timeout_in: 1h
timeout_in: 90m

matrix:
- env:
Expand Down

0 comments on commit 14d964d

Please sign in to comment.