Skip to content

Commit

Permalink
adjust time limits for cirrus builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
insertinterestingnamehere committed Oct 27, 2023
1 parent 2a604c9 commit 68f607a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ osx_m1_task:
./configure --enable-picky
make -j$CIRRUS_CPU
test_script: |
gtimeout --foreground 8m make check
gtimeout --foreground 2m make check
freebsd_task:
freebsd_instance:
Expand All @@ -24,7 +24,7 @@ freebsd_task:
bash configure --enable-picky
make -j$CIRRUS_CPU
test_script: |
timeout --foreground 8m make check
timeout --foreground 2m make check
arm_linux_task:
arm_container:
Expand All @@ -38,7 +38,7 @@ arm_linux_task:
./configure --enable-picky
make -j$CIRRUS_CPU
test_script: |
timeout --foreground 6m make check
timeout --foreground 2m make check
arm_linux_clang_task:
arm_container:
Expand All @@ -59,5 +59,5 @@ arm_linux_clang_task:
./configure --enable-picky
make -j$CIRRUS_CPU
test_script: |
timeout --foreground 6m make check
timeout --foreground 2m make check

0 comments on commit 68f607a

Please sign in to comment.