Kaydet (Commit) a0ce6b6b authored tarafından Trent Nelson's avatar Trent Nelson

Bump the SIGALM delay from 3 seconds to 20 seconds, mainly in an effort to see…

Bump the SIGALM delay from 3 seconds to 20 seconds, mainly in an effort to see if it fixes the alarm failures in this test experienced by some of the buildbots.
üst c71d2a9a
...@@ -253,4 +253,7 @@ def test_main(): ...@@ -253,4 +253,7 @@ def test_main():
if __name__ == "__main__": if __name__ == "__main__":
test_main() test_main()
signal_alarm(3) # Shutdown shouldn't take more than 3 seconds. # Signal an alarm after 20 seconds if we haven't shut down. This
# was originally 3 seconds, but has been bumped as numerous build
# slaves have been failing with SIGALMs on this test.
signal_alarm(20)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment