Skip to content

Commit 9526d10

Browse files
committed
Shorter timeouts in tests
Hopefully this doesn't make tests flakey...
1 parent ddaf044 commit 9526d10

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

atest/testdata/standard_libraries/builtin/run_keyword.robot

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,16 @@ Run Keyword With Test Timeout Passing
9292
Run Keyword Log Timeout is not exceeded
9393

9494
Run Keyword With Test Timeout Exceeded
95-
[Documentation] FAIL Test timeout 1 second 234 milliseconds exceeded.
96-
[Timeout] 1234 milliseconds
95+
[Documentation] FAIL Test timeout 300 milliseconds exceeded.
96+
[Timeout] 0.3 s
9797
Run Keyword Log Before Timeout
98-
Run Keyword Sleep 1.3s
98+
Run Keyword Sleep 5 s
9999

100100
Run Keyword With KW Timeout Passing
101101
Run Keyword Timeoutted UK Passing
102102

103103
Run Keyword With KW Timeout Exceeded
104-
[Documentation] FAIL Keyword timeout 300 milliseconds exceeded.
104+
[Documentation] FAIL Keyword timeout 50 milliseconds exceeded.
105105
Run Keyword Timeoutted UK Timeouting
106106

107107
Run Keyword With Invalid Keyword Name
@@ -122,7 +122,7 @@ Timeoutted UK Passing
122122
No Operation
123123

124124
Timeoutted UK Timeouting
125-
[Timeout] 300 milliseconds
125+
[Timeout] 50 milliseconds
126126
Sleep 1 second
127127

128128
Embedded "${arg}"

0 commit comments

Comments
 (0)