Skip to content

Commit

Permalink
chore: lower cirrus ci timeout drastically
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed Nov 8, 2024
1 parent 4067628 commit 4d4251c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
bazel-opt_task:
timeout_in: 5m
container:
image: toxchat/toktok-stack:latest-release
cpu: 2
Expand All @@ -17,6 +18,7 @@ bazel-opt_task:
-//c-toxcore/auto_tests:tcp_relay_test # Cirrus doesn't allow external network connections.

bazel-dbg_task:
timeout_in: 5m
container:
image: toxchat/toktok-stack:latest-debug
cpu: 2
Expand All @@ -34,6 +36,7 @@ bazel-dbg_task:
-//c-toxcore/auto_tests:tcp_relay_test # Cirrus doesn't allow external network connections.

cimple_task:
timeout_in: 5m
container:
image: toxchat/toktok-stack:latest-release
cpu: 2
Expand All @@ -50,6 +53,7 @@ cimple_task:
//c-toxcore/...

freebsd_task:
timeout_in: 5m
freebsd_instance:
image_family: freebsd-14-1
configure_script:
Expand Down

0 comments on commit 4d4251c

Please sign in to comment.