summaryrefslogtreecommitdiffstats
path: root/sesman
diff options
context:
space:
mode:
Diffstat (limited to 'sesman')
-rw-r--r--sesman/sesman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/sesman.c b/sesman/sesman.c
index 3b1dae5e..fbc6c025 100644
--- a/sesman/sesman.c
+++ b/sesman/sesman.c
@@ -332,7 +332,7 @@ int start_session(int width, int height, int bpp, char* username,
session_items[display].width = width;
session_items[display].height = height;
session_items[display].bpp = bpp;
- g_sleep(1000);
+ g_sleep(5000);
}
return display;
}