Increase timeout for MLFQS tests to 480 seconds, which is necessary
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 1 Jun 2006 15:03:40 +0000 (15:03 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 1 Jun 2006 15:03:40 +0000 (15:03 +0000)
sometimes.

src/tests/threads/Make.tests

index f1e239eeb9dc6ff614bf21ffe9e9b55c2f5ae1df..0a270e20e8885a79c242da362934a20b9dfd49f1 100644 (file)
@@ -47,5 +47,5 @@ tests/threads/mlfqs-nice-10.output            \
 tests/threads/mlfqs-block.output
 
 $(MLFQS_OUTPUTS): KERNELFLAGS += -mlfqs
-$(MLFQS_OUTPUTS): TIMEOUT = 240
+$(MLFQS_OUTPUTS): TIMEOUT = 480