pike.git/
bin/
test_pike.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-27
2001-06-27 16:09:17 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
379e454da0bf7ce86a75b88ba6a8152818bc65e4 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
allow more time to complete tests when using dmalloc
Rev: bin/test_pike.pike:1.56
1:
#!/usr/local/bin/pike
-
/* $Id: test_pike.pike,v 1.
55
2001/06/
23
21
:
52
:
43
hubbe Exp $ */
+
/* $Id: test_pike.pike,v 1.
56
2001/06/
27
16
:
09
:
17
hubbe Exp $ */
import Stdio;
84:
} // 20 minutes should be enough..
+
#if !constant(_reset_dmalloc)
#define WATCHDOG_TIMEOUT 60*20
-
+
#else
+
// ... unless we're running dmalloc
+
#define WATCHDOG_TIMEOUT 60*80
+
#endif
#if constant(thread_create) #define WATCHDOG