Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ce5784
)
- set default timeout at 10, so I can run this without timing out on UML
author
rread
<rread>
Fri, 7 Nov 2003 21:15:05 +0000
(21:15 +0000)
committer
rread
<rread>
Fri, 7 Nov 2003 21:15:05 +0000
(21:15 +0000)
lustre/tests/replay-single.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/replay-single.sh
b/lustre/tests/replay-single.sh
index
ee24f76
..
f06b951
100755
(executable)
--- a/
lustre/tests/replay-single.sh
+++ b/
lustre/tests/replay-single.sh
@@
-33,7
+33,7
@@
OSTDEV=${OSTDEV:-$ROOT/tmp/ost-`hostname`}
OSTSIZE=${OSTSIZE:-10000}
UPCALL=${UPCALL:-$PWD/replay-single-upcall.sh}
FSTYPE=${FSTYPE:-ext3}
-TIMEOUT=${TIMEOUT:-
5
}
+TIMEOUT=${TIMEOUT:-
10
}
STRIPE_BYTES=65536
STRIPES_PER_OBJ=0