mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-24 02:40:52 +00:00
Increase shader compiler delay in tests
This commit is contained in:
@@ -491,7 +491,7 @@ std::vector<uint32_t> CompileShaderToSpv(const std::string &source_text, SPIRVTa
|
||||
return ret;
|
||||
}
|
||||
|
||||
msleep(100);
|
||||
msleep(400);
|
||||
|
||||
int code = pclose(pipe);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user