Skip to content

Commit

Permalink
lower timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Dec 18, 2023
1 parent f21945b commit 4cfb4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ocrd_lib_webhook_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def webhook_send(httpserver: HTTPServer, keyData: str, event: str, message: str
else:
subprocess.Popen(['bash', '-c', 'WEBHOOK_RECEIVER_URL={0}; WEBHOOK_KEY_DATA={1}; source tests/ocrd_lib_test.sh; webhook_send_{2}'.format(httpserver.url_for("/endpoint"), keyData, event.lower()) ])

time.sleep(1)
time.sleep(0.1)

assert len(httpserver.log) == 1

Expand Down

0 comments on commit 4cfb4c8

Please sign in to comment.