Skip to content

Commit 14b0fb6

Browse files
committed
Use longer sleep.
It looks like execution sometimes finished before we are able to cancel it.
1 parent fdf019e commit 14b0fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robotfm_tests/mistral/mistral_test_cancel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. code:: robotframework
22
33
*** Variables ***
4-
${SLEEP} 10
4+
${SLEEP} 20
55
${SUCCESS STATUS} "status": "succeeded
66
${RUNNING STATUS} "status": "running
77
${CANCELED STATUS} "status": "canceled"

0 commit comments

Comments
 (0)