Skip to content
Snippets Groups Projects
Commit ed0c6a9e authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

test_pike.pike: Double the watchdog timeout

This compensates for the increase in amount of tests since 2005 when
the old timeout was selected.
parent c54c2883
Branches
Tags
No related merge requests found
...@@ -125,12 +125,12 @@ class WarningFlag { ...@@ -125,12 +125,12 @@ class WarningFlag {
// //
#ifndef WATCHDOG_TIMEOUT #ifndef WATCHDOG_TIMEOUT
// 20 minutes should be enough.. // 40 minutes should be enough..
#if !constant(_reset_dmalloc) #if !constant(_reset_dmalloc)
#define WATCHDOG_TIMEOUT 60*20 #define WATCHDOG_TIMEOUT 60*40
#else #else
// ... unless we're running dmalloc // ... unless we're running dmalloc
#define WATCHDOG_TIMEOUT 60*80 #define WATCHDOG_TIMEOUT 60*160
#endif #endif
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment