Skip to content

Commit 9166955

Browse files
committed
gm_SUITE: Increase receive timeout from 1 to 5 seconds
Hopefully it will reduce the number of transient failures.
1 parent 6535c6f commit 9166955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gm_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
receive Body ->
2929
true = Bool,
3030
passed
31-
after 1000 ->
31+
after 5000 ->
3232
throw(Error)
3333
end).
3434

0 commit comments

Comments
 (0)