Skip to content

Commit

Permalink
Changed the command timeout 60 docker logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel_Shilin committed Dec 4, 2023
1 parent 27dc7a4 commit 7b714ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clt_tests/tests/query_log_to_stdout.rec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ docker run -d -e QUERY_LOG_TO_STDOUT=true --name manticore manticoresoftware/man
––– output –––
#!/[0-9a-z]+/!#
––– input –––
Timeout 60 docker logs -f manticore | grep -qm1 "accepting connections" && echo 'accepting connections' || echo 'Timeout failed'
timeout 60 docker logs -f manticore | grep -qm1 "accepting connections" && echo 'accepting connections' || echo 'Timeout failed'
––– output –––
accepting connections
––– input –––
Expand Down

0 comments on commit 7b714ed

Please sign in to comment.