Skip to content

Commit

Permalink
Bump linux timeouts (#397)
Browse files Browse the repository at this point in the history
We're seeing some intermittent timeouts on linux master CI.
However, successful runs are pretty close to the limit (our
tests have started to grow over time), so try bumping the timeout.
Of course it's possible we do actually have some sort of hang.
  • Loading branch information
Keno authored Oct 11, 2024
1 parent 14a7873 commit ef93033
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pipelines/main/platforms/test_linux.arches
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tester_linux x86_64-linux-gnuassert x86_64 x86_64
# These special lines allow us to embed default values for the columns above.
# Any column without a default mapping here will simply substitute a `.` to the empty string

# Most tests should finish within ~45 minutes, barring exceptionally slow hardware
# We double that to a default of 90 minutes, with an extra 45 minutes for cleanup,
# Most tests should finish within ~55 minutes, barring exceptionally slow hardware
# We double that to a default of 110 minutes, with an extra 45 minutes for cleanup,
# including things like `rr` trace compression,
#default TIMEOUT 135
#default TIMEOUT 155
6 changes: 3 additions & 3 deletions pipelines/main/platforms/test_linux.i686.arches
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tester_linux i686-linux-gnu x86_64 i686
# These special lines allow us to embed default values for the columns above.
# Any column without a default mapping here will simply substitute a `.` to the empty string

# Most tests should finish within ~45 minutes, barring exceptionally slow hardware
# We double that to a default of 90 minutes, with an extra 45 minutes for cleanup,
# Most tests should finish within ~55 minutes, barring exceptionally slow hardware
# We double that to a default of 110 minutes, with an extra 45 minutes for cleanup,
# including things like `rr` trace compression,
#default TIMEOUT 135
#default TIMEOUT 155

0 comments on commit ef93033

Please sign in to comment.