Skip to content

Commit 82ff9f1

Browse files
committed
try to avoid flaking test on ipy
1 parent 3af7181 commit 82ff9f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

atest/testdata/standard_libraries/process/wait_for_process.robot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ Wait for process uses minimum of timeout or internal timeout for polling
3939
Wait For Process ${process} 0.001
4040
${now}= Get Current Date
4141
${result} = Subtract Date From Date ${now} ${start}
42-
Should be true ${result} < 0.1 Maximum time of 0.1s exceeded. Took ${result}s.
42+
# 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

Comments
 (0)