From f32b7bc86909949f7533d6135e9424713541a5cc Mon Sep 17 00:00:00 2001 From: Carl Klemm Date: Fri, 5 Jun 2020 13:14:11 +0200 Subject: [PATCH] increase timeout --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 2f98654..19487cb 100644 --- a/main.cpp +++ b/main.cpp @@ -157,7 +157,7 @@ int main(int argc, char* argv[]) prevProcess.name != "" && prevProcess.pid > 0) { - sleep(0.5); //give the process some time to close its other windows + sleep(5); //give the process some time to close its other windows bool hasTopLevelWindow = false; std::vector tlWindows = xinstance.getTopLevelWindows(); for(auto& window : tlWindows)