pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-03-12
2004-03-12 11:37:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>
5deb6a00489fbe938df877def9a7965ed8a2b9a5 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Increased timeout for test_co test.
Rev: src/testsuite.in:1.707
1:
-
test_true([["$Id: testsuite.in,v 1.
706
2004/03/
08
15
:
26
:
44
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
707
2004/03/
12
11
:
37
:
21
grubba Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
10642:
object pid = Process.create_process(RUNPIKE_ARRAY + ({ "]]SRCDIR[[/test_co.pike" })); int i;
-
for (i=0; i <
60
; i++) {
+
for (i=0; i <
120
; i++) {
if (pid->status()>0) break; __signal_watchdog(); sleep(1);