mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +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