diff options
author | Siri Hansen <[email protected]> | 2013-04-16 11:37:44 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2013-04-19 10:57:13 +0200 |
commit | afb553a6d776ff751311b950a96b2708a9ee292b (patch) | |
tree | ed7ae228584fda71d7379106d98827b4164875a1 | |
parent | 61ed085d5015e3e2eb387567cd6c5d188a351ff0 (diff) | |
download | otp-afb553a6d776ff751311b950a96b2708a9ee292b.tar.gz otp-afb553a6d776ff751311b950a96b2708a9ee292b.tar.bz2 otp-afb553a6d776ff751311b950a96b2708a9ee292b.zip |
[common_test] Adjusted timers in ct_repeat_testrun_SUITE
This is to allow slower test hosts.
-rw-r--r-- | lib/common_test/test/ct_repeat_testrun_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/test/ct_repeat_testrun_SUITE.erl b/lib/common_test/test/ct_repeat_testrun_SUITE.erl index 7ec384c932..35d67a10f2 100644 --- a/lib/common_test/test/ct_repeat_testrun_SUITE.erl +++ b/lib/common_test/test/ct_repeat_testrun_SUITE.erl @@ -51,8 +51,8 @@ %% least 20 seconds (10 sec for each r1_SUITE:tc1) %% -define(t1,30). % time shall expire during second run of r1_SUITE --define(t2,6). % time shall expire during first run of tc1 --define(t3,16). % time shall expire during second run of tc1 +-define(t2,9). % time shall expire during first run of tc1 +-define(t3,19). % time shall expire during second run of tc1 %%-------------------------------------------------------------------- |