14 lines
559 B
Plaintext
14 lines
559 B
Plaintext
|
For this test to perform we reduce the timeout to 2 seconds. If the server is not responding in time, we should raise an error.
|
||
|
|
||
|
#!define slim.flags {-s 12}
|
||
|
#|fitnesse.fixtures.Sleep|20000|
|
||
|
|
||
|
!| script |
|
||
|
|given page|TestPage|with content|${SUT_PATH} !-
|
||
|
!define TEST_SYSTEM {slim}
|
||
|
!define slim.flags {-s 2}
|
||
|
|fitnesse.fixtures.Sleep|20000|
|
||
|
-! |
|
||
|
|test results for page|TestPage|should contain|The instruction timed out after 2 seconds|
|
||
|
|test results for page in debug mode|TestPage|should contain|The instruction timed out after 2 seconds|
|