Skip to content

Commit e75209d

Browse files
committed
Disable sleep in try-replicating-read-hang.sh.
1 parent 81eb324 commit e75209d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-components/domain-proxy/try-replicating-read-hang.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ client_pid=$!
1818
for ((i=1; i<=10000; i++)); do
1919
echo "request #$i"
2020
curl -v -x http://localhost:8080 http://localhost:2121/v2/cache/rebuild-central/1658389751000/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
21-
sleep 0.1
21+
# sleep 0.1
2222
done
2323
EOF
2424

0 commit comments

Comments
 (0)