Skip to content
Snippets Groups Projects
Commit 35994574 authored by bwzhou's avatar bwzhou
Browse files

Branch HEAD

b=13380

change timeout to 330 for server umount.
parent 1542c003
No related branches found
No related tags found
No related merge requests found
......@@ -1390,7 +1390,7 @@ static void server_wait_finished(struct vfsmount *mnt)
{
wait_queue_head_t waitq;
struct l_wait_info lwi;
int retries = 120;
int retries = 330;
init_waitqueue_head(&waitq);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment