Be more generous with glslc timeout

This commit is contained in:
baldurk
2019-05-25 16:57:38 +01:00
parent e353d23364
commit 38d3145964
+1 -1
View File
@@ -211,7 +211,7 @@ bool SpvCompilationSupported()
if(!pipe)
return false;
msleep(250);
msleep(500);
int code = pclose(pipe);