projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca00eb3
)
Increase timeout for MLFQS tests to 480 seconds, which is necessary
author
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 1 Jun 2006 15:03:40 +0000
(15:03 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 1 Jun 2006 15:03:40 +0000
(15:03 +0000)
sometimes.
src/tests/threads/Make.tests
patch
|
blob
|
history
diff --git
a/src/tests/threads/Make.tests
b/src/tests/threads/Make.tests
index f1e239eeb9dc6ff614bf21ffe9e9b55c2f5ae1df..0a270e20e8885a79c242da362934a20b9dfd49f1 100644
(file)
--- a/
src/tests/threads/Make.tests
+++ b/
src/tests/threads/Make.tests
@@
-47,5
+47,5
@@
tests/threads/mlfqs-nice-10.output \
tests/threads/mlfqs-block.output
$(MLFQS_OUTPUTS): KERNELFLAGS += -mlfqs
-$(MLFQS_OUTPUTS): TIMEOUT =
24
0
+$(MLFQS_OUTPUTS): TIMEOUT =
48
0