vcl: increase timeout for timertest hang by some
Change-Id: I7e61051ca8d7ae2314514e60097ff86481d4ceae
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user