test-tool: Make the default timeout be 600 seconds (10 minutes).
[libguestfs.git] / test-tool / test-tool.c
index 59b9d67..ca8d9b8 100644 (file)
@@ -64,7 +64,7 @@
 #define P_tmpdir "/tmp"
 #endif
 
-#define DEFAULT_TIMEOUT 120
+#define DEFAULT_TIMEOUT 600
 
 static int timeout = DEFAULT_TIMEOUT;
 static char tmpf[] = P_tmpdir "/libguestfs-test-tool-sda-XXXXXX";