Skip to content

Commit

Permalink
Increase CI timeout.
Browse files Browse the repository at this point in the history
Currently CI jobs can timeout cause of long compilation with different
feature flags. We should think about caching it somehow. For now just
give it more time to complete
  • Loading branch information
Alexei-Kornienko committed Jan 29, 2021
1 parent 7c3c712 commit 511240e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 10
steps:
- name: Install libzmq
run: sudo apt update && sudo apt install libzmq3-dev
Expand Down

0 comments on commit 511240e

Please sign in to comment.