vcl: increase timeout for timertest hang by some

Change-Id: I7e61051ca8d7ae2314514e60097ff86481d4ceae
This commit is contained in:
Thorsten Behrens
2015-08-27 14:50:57 +02:00
parent 033ce593af
commit ad3d4a94e5

View File

@@ -46,7 +46,7 @@ public:
}
};
static WatchDog aWatchDog( 12 /* 12 secs should be enough */);
static WatchDog aWatchDog( 120 ); // random high number in secs
class TimerTest : public test::BootstrapFixture
{