Browse Source

Increase timeout for gh280 test

pull/344/head
Mark Allen 9 years ago
parent
commit
27f9530ea8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/zzzz_gh280_crash.erl

+ 1
- 1
test/zzzz_gh280_crash.erl View File

@ -25,7 +25,7 @@ gh280_crash_test() ->
{Handler,Reason};
X ->
X
after 1000 ->
after 5000 ->
timeout
end,
?assert(Result),

Loading…
Cancel
Save