mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-13 11:35:45 +00:00
add delay for GH
This commit is contained in:
@@ -378,6 +378,8 @@ def test_headers_textfile_in_request(client, live_server):
|
|||||||
with open('test-datastore/' + extract_UUID_from_client(client) + '/headers.txt', 'w') as f:
|
with open('test-datastore/' + extract_UUID_from_client(client) + '/headers.txt', 'w') as f:
|
||||||
f.write("watch-header: nice")
|
f.write("watch-header: nice")
|
||||||
|
|
||||||
|
# seems to weird when run on github
|
||||||
|
time.sleep(2)
|
||||||
client.get(url_for("form_watch_checknow"), follow_redirects=True)
|
client.get(url_for("form_watch_checknow"), follow_redirects=True)
|
||||||
|
|
||||||
# Give the thread time to pick it up
|
# Give the thread time to pick it up
|
||||||
|
|||||||
Reference in New Issue
Block a user