Revision: 3175
Author: janne.t.harkonen
Date: Wed May  5 03:33:00 2010
Log: suite teardown has to wait a bit longer
http://code.google.com/p/robotframework/source/detail?r=3175

Modified:
 /trunk/atest/robot/running/stopping_with_signal.txt

=======================================
--- /trunk/atest/robot/running/stopping_with_signal.txt Tue May 4 04:05:03 2010 +++ /trunk/atest/robot/running/stopping_with_signal.txt Wed May 5 03:33:00 2010
@@ -31,24 +31,24 @@
     Check Test Cases Have Failed Correctly

 Two SIGINT Signals Should Stop Test Execution Forcefully
-    Start And Send Signal  without_any_timeout.txt  Two Signals  SIGINT  1s
+    Start And Send Signal  without_any_timeout.txt  Two Signals  SIGINT  2s
     Check Tests Have Been Forced To Shutdown

 Two SIGTERM Signals Should Stop Test Execution Forcefully
     [tags]  non windows
- Start And Send Signal without_any_timeout.txt Two Signals SIGTERM 1s + Start And Send Signal without_any_timeout.txt Two Signals SIGTERM 2s
     Check Tests Have Been Forced To Shutdown

 Two Signals Should Stop Test Execution Forcefully When Run Keyword Is Used
-    Start And Send Signal  run_keyword.txt  Two Signals  SIGINT  1s
+    Start And Send Signal  run_keyword.txt  Two Signals  SIGINT  2s
     Check Tests Have Been Forced To Shutdown

 Two Signals Should Stop Test Execution Forcefully When Test Timeout Is Used
-    Start And Send Signal  test_timeout.txt  Two Signals  SIGINT  1s
+    Start And Send Signal  test_timeout.txt  Two Signals  SIGINT  2s
     Check Tests Have Been Forced To Shutdown

Two Signals Should Stop Test Execution Forcefully When Keyword Timeout Is Used
-    Start And Send Signal  keyword_timeout.txt  Two Signals  SIGINT  1s
+    Start And Send Signal  keyword_timeout.txt  Two Signals  SIGINT  2s
     Check Tests Have Been Forced To Shutdown

One Signal Should Stop Test Execution Gracefully And Test Case And Suite Teardowns Should Be Run

Reply via email to