aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jinterface/test/nc_SUITE.erl
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2013-04-22 14:57:45 +0200
committerSiri Hansen <[email protected]>2013-04-22 14:57:45 +0200
commita7c002d0f70526257fcf07d7a4b7320d541da931 (patch)
tree4bae2d46c28d5aef3ebda8780b9c6d9bb2daf5bd /lib/jinterface/test/nc_SUITE.erl
parentd8d2844cfa1fa97fdf345415802e9db3e8e61c5b (diff)
downloadotp-a7c002d0f70526257fcf07d7a4b7320d541da931.tar.gz
otp-a7c002d0f70526257fcf07d7a4b7320d541da931.tar.bz2
otp-a7c002d0f70526257fcf07d7a4b7320d541da931.zip
[jinterface] Extend timetrap timers in nc_SUITE and jinterface_SUITE
Diffstat (limited to 'lib/jinterface/test/nc_SUITE.erl')
-rw-r--r--lib/jinterface/test/nc_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jinterface/test/nc_SUITE.erl b/lib/jinterface/test/nc_SUITE.erl
index 87f22c9a67..f1493a3cc9 100644
--- a/lib/jinterface/test/nc_SUITE.erl
+++ b/lib/jinterface/test/nc_SUITE.erl
@@ -105,7 +105,7 @@ end_per_suite(Config) ->
init_per_testcase(Case, Config) ->
T = case atom_to_list(Case) of
"unicode"++_ -> 240;
- _ -> 30
+ _ -> 120
end,
WatchDog = test_server:timetrap(test_server:seconds(T)),
[{watchdog, WatchDog}| Config].