• Sheogorath's avatar
    Fix tests by introducing a delay · ac282420
    Sheogorath authored
    This patch should fix current failing builds by adding a 30 seconds
    delay between the container starting and the tests starting to run, so
    that database migrations and alike can take place.
    
    Currently the tests are running directly after the container was
    started, which results in failing HTTP request. This can be explained by
    a not-yet-ready hedgedoc instance as it's probably still doing the
    database migrations and getting up for the first start.
    Signed-off-by: 's avatarSheogorath <sheogorath@shivering-isles.com>
    ac282420
startContainer.sh 730 Bytes