builder: sleep needs a dt
parent
a0dfbf7d68
commit
a5ee271bd0
|
@ -2,6 +2,7 @@
|
||||||
USING: kernel namespaces sequences splitting system combinators continuations
|
USING: kernel namespaces sequences splitting system combinators continuations
|
||||||
parser io io.files io.launcher io.sockets prettyprint threads
|
parser io io.files io.launcher io.sockets prettyprint threads
|
||||||
bootstrap.image benchmark vars bake smtp builder.util accessors
|
bootstrap.image benchmark vars bake smtp builder.util accessors
|
||||||
|
calendar
|
||||||
builder.common
|
builder.common
|
||||||
builder.benchmark
|
builder.benchmark
|
||||||
builder.release ;
|
builder.release ;
|
||||||
|
@ -80,7 +81,7 @@ IN: builder
|
||||||
+closed+ >>stdin
|
+closed+ >>stdin
|
||||||
"../boot-log" >>stdout
|
"../boot-log" >>stdout
|
||||||
+stdout+ >>stderr
|
+stdout+ >>stderr
|
||||||
20 minutes>ms >>timeout
|
20 minutes >>timeout
|
||||||
>desc ;
|
>desc ;
|
||||||
|
|
||||||
: builder-test-cmd ( -- cmd )
|
: builder-test-cmd ( -- cmd )
|
||||||
|
@ -92,7 +93,7 @@ IN: builder
|
||||||
+closed+ >>stdin
|
+closed+ >>stdin
|
||||||
"../test-log" >>stdout
|
"../test-log" >>stdout
|
||||||
+stdout+ >>stderr
|
+stdout+ >>stderr
|
||||||
45 minutes>ms >>timeout
|
45 minutes >>timeout
|
||||||
>desc ;
|
>desc ;
|
||||||
|
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
@ -216,7 +217,7 @@ USE: bootstrap.image.download
|
||||||
]
|
]
|
||||||
[ drop ]
|
[ drop ]
|
||||||
recover
|
recover
|
||||||
5 minutes>ms sleep
|
5 minutes sleep
|
||||||
build-loop ;
|
build-loop ;
|
||||||
|
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
Loading…
Reference in New Issue