use 5min timeout when parsing large pcap files during test

This commit is contained in:
Harald Welte 2011-03-27 23:54:59 +02:00
parent 89f8031494
commit e95bfe9a97
1 changed files with 1 additions and 1 deletions

View File

@ -89,6 +89,6 @@ camel_phase_test_() ->
fun setup/0,
fun teardown/1,
[ ?_test(camelphase_twalk()),
?_test(test_pcap("../priv/map.pcap")) ]
{ timeout, 5*60, ?_test(test_pcap("../priv/map.pcap")) } ]
}.