From 38d314596405ffb3e3976d5d05b959be08ba9d31 Mon Sep 17 00:00:00 2001 From: baldurk Date: Sat, 25 May 2019 16:57:38 +0100 Subject: [PATCH] Be more generous with glslc timeout --- util/test/demos/test_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/test/demos/test_common.cpp b/util/test/demos/test_common.cpp index f0cc623c0..593ab7c6a 100644 --- a/util/test/demos/test_common.cpp +++ b/util/test/demos/test_common.cpp @@ -211,7 +211,7 @@ bool SpvCompilationSupported() if(!pipe) return false; - msleep(250); + msleep(500); int code = pclose(pipe);