Skip to content

Commit f558612

Browse files
authored
[egl] bump the lock timeout from 1 to 6s (#8692)
1 parent a32bbbc commit f558612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wgpu-hal/src/gles/egl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use hashbrown::HashMap;
77
use parking_lot::{MappedMutexGuard, Mutex, MutexGuard, RwLock};
88

99
/// The amount of time to wait while trying to obtain a lock to the adapter context
10-
const CONTEXT_LOCK_TIMEOUT_SECS: u64 = 1;
10+
const CONTEXT_LOCK_TIMEOUT_SECS: u64 = 6;
1111

1212
const EGL_CONTEXT_FLAGS_KHR: i32 = 0x30FC;
1313
const EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR: i32 = 0x0001;

0 commit comments

Comments
 (0)