Skip to content

Commit

Permalink
Bump sleep time to 60 seconds to see if it resolves a test failure is…
Browse files Browse the repository at this point in the history
…sue observed in CI run

Signed-off-by: Mark McCormick <[email protected]>
  • Loading branch information
mamccorm authored Dec 11, 2024
1 parent b20da04 commit e1b4eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apache-nifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ test:
export NIFI_LOG_DIR="/usr/share/nifi/nifi-current/logs"
# Use the same start script as the container image uses as its entrypoint
/usr/share/nifi/scripts/start.sh &
# wait until we know the server has started. In my testing 25 seconds is more than enough time
sleep 25
# wait until we know the server has started. Bumped to a larger value to see if it has any impact on CI failure.
sleep 60
# ensure that a known running server log message is present
grep "org.apache.nifi.web.server.JettyServer Started Server on" /usr/share/nifi/nifi-current/logs/nifi-app.log

0 comments on commit e1b4eda

Please sign in to comment.