mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-20 22:41:36 +00:00
Be more generous with glslc timeout
This commit is contained in:
@@ -211,7 +211,7 @@ bool SpvCompilationSupported()
|
||||
if(!pipe)
|
||||
return false;
|
||||
|
||||
msleep(250);
|
||||
msleep(500);
|
||||
|
||||
int code = pclose(pipe);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user