We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af7181 commit 82ff9f1Copy full SHA for 82ff9f1
atest/testdata/standard_libraries/process/wait_for_process.robot
@@ -39,4 +39,5 @@ Wait for process uses minimum of timeout or internal timeout for polling
39
Wait For Process ${process} 0.001
40
${now}= Get Current Date
41
${result} = Subtract Date From Date ${now} ${start}
42
- Should be true ${result} < 0.1 Maximum time of 0.1s exceeded. Took ${result}s.
+ # Should be a lot faster than 0.2 but at least IronPython is a bit slow.
43
+ Should be true ${result} < 0.2 Maximum time of 0.2s exceeded. Took ${result}s.
0 commit comments