File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ upload_file_from_stdin just/some/files/2.txt <<-EOF
7676EOF
7777
7878swift 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
8181if [ " $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
9898dump () {
@@ -136,7 +136,7 @@ step 'Test 1 (cont.): Add another file and sync again'
136136upload_file_from_stdin just/another/file.txt << -EOF
137137 Hello Another World.
138138EOF
139- sleep 15 # wait for container listing to get updated
139+ sleep 10 # wait for container listing to get updated
140140
141141mirror << -EOF
142142 swift: { $AUTH_PARAMS }
You can’t perform that action at this time.
0 commit comments