aboutsummaryrefslogtreecommitdiffstats
path: root/lib/observer/test/ttb_helper.erl
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2011-10-28 11:09:49 +0200
committerSiri Hansen <[email protected]>2011-10-28 11:09:49 +0200
commit3e294fdb901018a0f3926a11ffe20a19b9494d79 (patch)
treec49c72fc9896517cfa100abf640e748ef48c4348 /lib/observer/test/ttb_helper.erl
parent47bcd7451eb4a0b65bbd3a76852e6f2a5af10ce4 (diff)
parentecdf8f06ccd9506084676e496222e0697730728d (diff)
downloadotp-3e294fdb901018a0f3926a11ffe20a19b9494d79.tar.gz
otp-3e294fdb901018a0f3926a11ffe20a19b9494d79.tar.bz2
otp-3e294fdb901018a0f3926a11ffe20a19b9494d79.zip
Merge branch 'siri/observer/ttb-test-cleanup-slave-nodes/OTP-9644'
* siri/observer/ttb-test-cleanup-slave-nodes/OTP-9644: Adjust ttb_SUITE to work better on windows Cleanup after testcases in ttb_SUITE
Diffstat (limited to 'lib/observer/test/ttb_helper.erl')
-rw-r--r--lib/observer/test/ttb_helper.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/observer/test/ttb_helper.erl b/lib/observer/test/ttb_helper.erl
index 19fdc0e159..76b06cd3ce 100644
--- a/lib/observer/test/ttb_helper.erl
+++ b/lib/observer/test/ttb_helper.erl
@@ -70,7 +70,7 @@ msgs(N) ->
msgs_ip(N) ->
[c(client, put, [test_msg]) || _ <- lists:seq(1, N)],
s(server, received, [a,b]),
- timer:sleep(100). %% allow trace messages to arrive over tcp/ip
+ timer:sleep(200). %% allow trace messages to arrive over tcp/ip
run() ->
ttb({local, "A"}),