about summary refs log tree commit diff stats
path: root/mu.arc.t
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-01-08 23:11:28 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-01-08 23:11:28 -0800
commit0ab59feae2d473d92cb99c4c843a954c28c4ac34 (patch)
treec27228a9259a5413e8176f71eda5073505c608d8 /mu.arc.t
parentb60f7bad856e2a6dfd1094c12da606733fca6abe (diff)
downloadmu-0ab59feae2d473d92cb99c4c843a954c28c4ac34.tar.gz
510
Diffstat (limited to 'mu.arc.t')
-rw-r--r--mu.arc.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/mu.arc.t b/mu.arc.t
index bb9ac2b7..f5cdbe89 100644
--- a/mu.arc.t
+++ b/mu.arc.t
@@ -2503,12 +2503,12 @@
 (assert (empty running-routines*))
 ; sleeping routine
 (let routine make-routine!f1
-  (= rep.routine!sleep '(23 literal))
+  (= rep.routine!sleep '(34 literal))
   (set sleeping-routines*.routine))
 ; long time left for it to wake up
 (= curr-cycle* 0)
 (update-scheduler-state)
-(assert (is curr-cycle* 24))
+(assert (is curr-cycle* 35))
 (if (~is 1 len.running-routines*)
   (prn "F - scheduler skips ahead to earliest sleeping routines when nothing to run"))