Sfoglia il codice sorgente

Increase timeout for gh280 test

pull/344/head
Mark Allen 9 anni fa
parent
commit
27f9530ea8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      test/zzzz_gh280_crash.erl

+ 1
- 1
test/zzzz_gh280_crash.erl Vedi File

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

Caricamento…
Annulla
Salva