Skip to content

Commit

Permalink
[tests] Increase timeout of fork06 LTP test
Browse files Browse the repository at this point in the history
Previously, `fork06` LTP test had a default timeout of 30 seconds, which
translated to 60 seconds under AddressSanitizer builds (due to scaling
factor of 2). However, our new Jenkins CI is based on wimpy VMs, and the
default timeout of 60 is not enough for ASan CI jobs anymore.

Signed-off-by: Dmitrii Kuvaiskii <[email protected]>
  • Loading branch information
dimakuv committed Sep 2, 2024
1 parent ca534ce commit 63f8b1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libos/test/ltp/ltp.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,10 @@ skip = yes
[fork05]
skip = yes

# performs 1,000 forks, which may be slow on ASan builds and wimpy VMs
[fork06]
timeout = 60

# sometimes fails with "x/100 children didn't read correctly from an inheritted fd"
[fork07]
skip = yes
Expand Down

0 comments on commit 63f8b1f

Please sign in to comment.