Skip to content

Commit

Permalink
Increase the MSAN test timeout to 15 seconds (#695)
Browse files Browse the repository at this point in the history
We've seen occasional failures of the MSAN build only.
Looks like 10 seconds is not always long enough for MSAN-enabled subzero
to fully start up and start accepting traffic.

Leaving the other timeouts at 10 seconds because I haven't seen any
such failures with ASAN or UBSAN so far.
  • Loading branch information
ivmaykov authored Dec 15, 2023
1 parent f8ac384 commit bbcdee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/signtx-test-msan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Run SignTx Test with MSAN
run: |
cd ${{ github.workspace }}
sleep 10
sleep 15
rm -f /tmp/signtx-test-msan.out
java -jar ./java/gui/build/libs/gui-1.0.0-SNAPSHOT-shaded.jar --signtx-test | tee /tmp/signtx-test-msan.out
grep -qv "ALL TESTS PASSED" /tmp/signtx-test-msan.out || exit 1

0 comments on commit bbcdee5

Please sign in to comment.