mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Bump mount promise timeout.
PiperOrigin-RevId: 577002844
This commit is contained in:
committed by
gVisor bot
parent
5ec15266da
commit
b445e3ca8e
@@ -63,7 +63,7 @@ import (
|
||||
|
||||
// How long to wait for a mount promise before proceeding with the VFS
|
||||
// operation. This should be configurable by the user eventually.
|
||||
const mountPromiseTimeout = 10 * time.Second
|
||||
const mountPromiseTimeout = 30 * time.Second
|
||||
|
||||
// A VirtualFilesystem (VFS for short) combines Filesystems in trees of Mounts.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user