소스 검색

tests: Enlarge timeout for process-list test

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Jan Friesse 7 년 전
부모
커밋
1d80bc21b0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      qdevices/test-process-list.c

+ 2 - 2
qdevices/test-process-list.c

@@ -47,10 +47,10 @@
 #include "process-list.h"
 
 /*
- * 1 min timeout
+ * 10 min timeout
  */
 #define WAIT_FOR_NO_RUNNING_REPEATS		6000
-#define WAIT_FOR_NO_RUNNING_TIMEOUT		60000
+#define WAIT_FOR_NO_RUNNING_TIMEOUT		600000
 /*
  * 1 sec timeout
  */