Skip to content

Commit 77dbb25

Browse files
committed
tests.sh: shorten the sleep times a bit
1 parent 35e5e4c commit 77dbb25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ upload_file_from_stdin just/some/files/2.txt <<-EOF
7676
EOF
7777

7878
swift post "${CONTAINER_PUBLIC}" -r '.r:*,.rlistings' -m 'web-listings: true'
79-
sleep 15 # wait for container listing to get updated
79+
sleep 10 # wait for container listing to get updated
8080

8181
if [ "$1" = swift ]; then
8282
SOURCE_SPEC="{ container: \"${CONTAINER_PUBLIC}\", object_prefix: \"${DISAMBIGUATOR}\", ${AUTH_PARAMS} }"
@@ -92,7 +92,7 @@ mirror() {
9292
# config file comes from stdin
9393
./build/swift-http-import /dev/fd/0
9494
# wait for container listing to get updated
95-
sleep 15
95+
sleep 10
9696
}
9797

9898
dump() {
@@ -136,7 +136,7 @@ step 'Test 1 (cont.): Add another file and sync again'
136136
upload_file_from_stdin just/another/file.txt <<-EOF
137137
Hello Another World.
138138
EOF
139-
sleep 15 # wait for container listing to get updated
139+
sleep 10 # wait for container listing to get updated
140140

141141
mirror <<-EOF
142142
swift: { $AUTH_PARAMS }

0 commit comments

Comments
 (0)