Skip to content

Commit c446dc9

Browse files
committed
Wait longer for Spigot to start
1 parent 23a69d2 commit c446dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function main() {
3838

3939
# Sleep to allow Minecraft to boot.
4040
# FIXME: A retry loop checking if it has launched yet would be better.
41-
sleep 10
41+
sleep 30
4242

4343
# Run tests.
4444
docker exec -t "${container}" rspec "${WORKSPACE}/tests/spec/${SERVER}_spec.rb"

0 commit comments

Comments
 (0)