|
From: <sv...@va...> - 2011-12-13 07:54:10
|
Author: bart
Date: 2011-12-13 07:49:30 +0000 (Tue, 13 Dec 2011)
New Revision: 12301
Log:
drd/tests/pth_cleanup_handler: increase timeout
Modified:
trunk/drd/tests/pth_cleanup_handler.c
Modified: trunk/drd/tests/pth_cleanup_handler.c
===================================================================
--- trunk/drd/tests/pth_cleanup_handler.c 2011-12-12 19:54:32 UTC (rev 12300)
+++ trunk/drd/tests/pth_cleanup_handler.c 2011-12-13 07:49:30 UTC (rev 12301)
@@ -39,7 +39,7 @@
pthread_t pt1, pt2;
// Make sure the program exits in case a deadlock has been triggered.
- alarm(2);
+ alarm(20);
if (pthread_mutex_init(&s_mutex, NULL) != 0)
{
|