We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32bbbc commit f558612Copy full SHA for f558612
wgpu-hal/src/gles/egl.rs
@@ -7,7 +7,7 @@ use hashbrown::HashMap;
7
use parking_lot::{MappedMutexGuard, Mutex, MutexGuard, RwLock};
8
9
/// The amount of time to wait while trying to obtain a lock to the adapter context
10
-const CONTEXT_LOCK_TIMEOUT_SECS: u64 = 1;
+const CONTEXT_LOCK_TIMEOUT_SECS: u64 = 6;
11
12
const EGL_CONTEXT_FLAGS_KHR: i32 = 0x30FC;
13
const EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR: i32 = 0x0001;
0 commit comments