Skip to content

Give more time for the dummy-test server to spin up

Jeremiah Bonney requested to merge jbonney/buildgrid:jbonney/dummy_test into master

Description

The dummy-test in the CI has been occasionally failing due to the server not coming up before we try and upload something to it. Give it more time to come up to make it more consistent.

Changes proposed in this merge request:

  • Update the dummy-test to sleep for 5 seconds before trying to connect to it instead of 1

Merge request reports