We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a69d2 commit c446dc9Copy full SHA for c446dc9
scripts/ci.sh
@@ -38,7 +38,7 @@ function main() {
38
39
# Sleep to allow Minecraft to boot.
40
# FIXME: A retry loop checking if it has launched yet would be better.
41
- sleep 10
+ sleep 30
42
43
# Run tests.
44
docker exec -t "${container}" rspec "${WORKSPACE}/tests/spec/${SERVER}_spec.rb"
0 commit comments