From 2999a3c8313d3fcb64413d827c1380890533c451 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Sat, 19 Feb 2005 23:08:49 +0000 Subject: [PATCH] gata give X more time to start --- sesman/sesman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }