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:
e576619
)
- make marging 10 sec more in 124a to let client kill some locks
author
yury
<yury>
Tue, 25 Nov 2008 08:44:35 +0000
(08:44 +0000)
committer
yury
<yury>
Tue, 25 Nov 2008 08:44:35 +0000
(08:44 +0000)
lustre/tests/sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
2694e5d
..
fc9cf89
100644
(file)
--- a/
lustre/tests/sanity.sh
+++ b/
lustre/tests/sanity.sh
@@
-5107,7
+5107,7
@@
test_124a() {
# Let's make sure that we really have some margin. Client checks
# cached locks every 10 sec.
- SLEEP=$((SLEEP+
1
0))
+ SLEEP=$((SLEEP+
2
0))
log "Sleep ${SLEEP} sec"
local SEC=0
while ((SEC<$SLEEP)); do