Bump mount promise timeout.

PiperOrigin-RevId: 577002844
This commit is contained in:
Lucas Manning
2023-10-26 15:27:08 -07:00
committed by gVisor bot
parent 5ec15266da
commit b445e3ca8e
+1 -1
View File
@@ -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.
//