manager: increace timeout 1 -> 60 30/152630/2
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>
Tue, 26 Sep 2017 12:50:40 +0000 (15:50 +0300)
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>
Tue, 26 Sep 2017 14:44:06 +0000 (17:44 +0300)
Give more time for LSAN finishing

Change-Id: I1ae3583df18e69f12b198373ba7722a5f17cc83c
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
daemon/target.c

index 93a7244..2c5dbe8 100644 (file)
@@ -305,7 +305,7 @@ void target_wait_all(void)
 {
        int i;
        struct target *t;
-       const int timeout = 1;
+       const int timeout = 60; /* sec */
 
        target_array_lock();
        for (i = 0; i < MAX_TARGET_COUNT; ++i) {