relax requirement of test_ssl to allow for longer handshake time

This commit is contained in:
Arvid Norberg 2013-08-05 05:00:26 +00:00
parent 3afc4bd1c4
commit 4a4880a822
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ void test_ssl(int test_idx)
, "test");
}
for (int i = 0; i < 15; ++i)
for (int i = 0; i < 40; ++i)
{
print_alerts(ses1, "ses1", true, true, true, &on_alert);
print_alerts(ses2, "ses2", true, true, true, &on_alert);