Revision: 4903d85cf7d0
Branch:   default
Author:   Mikko Korpela <mikko.korp...@gmail.com>
Date:     Tue Oct  8 09:28:06 2013 UTC
Log:      process: sending_signal test should now work also in linux
http://code.google.com/p/robotframework/source/detail?r=4903d85cf7d0

Modified:
 /atest/testdata/standard_libraries/process/sending_signal.txt

=======================================
--- /atest/testdata/standard_libraries/process/sending_signal.txt Tue Oct 8 09:05:23 2013 UTC +++ /atest/testdata/standard_libraries/process/sending_signal.txt Tue Oct 8 09:28:06 2013 UTC
@@ -4,7 +4,7 @@

 *** Test Cases ***
 Sending killing signal
-   [Timeout]        5 seconds
-   Start Process    python -c "import time; time.sleep(10)"      shell=True
+   [Timeout]        2 seconds
+ Start Process python -c "import time; for i in range(25): time.sleep(0.1)" shell=True
    Send Signal      SIGINT
    ${out}=          Wait For Process

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to