summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xserver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xserver.cpp b/src/xserver.cpp
index 55efab1..156c820 100644
--- a/src/xserver.cpp
+++ b/src/xserver.cpp
@@ -419,7 +419,7 @@ void xorg::testing::XServer::Start(const std::string &program) {
std::string err_msg;
sigset_t sig_mask;
- struct timespec sig_timeout = {1, 0}; /* 1 sec + 0 nsec */
+ struct timespec sig_timeout = {3, 0}; /* 3 sec + 0 nsec */
/* add SIGUSR1 to the signal mask */
sigemptyset(&sig_mask);