|
@@ -36,7 +36,7 @@ def test(server_proc: subprocess.Popen, browser: Chrome):
|
|
time.sleep(1)
|
|
time.sleep(1)
|
|
template.save_output(browser, '8.flask_multiple_session_impliment_p1.html')
|
|
template.save_output(browser, '8.flask_multiple_session_impliment_p1.html')
|
|
|
|
|
|
- browser.get('http://localhost:8080?_pywebio_debug=1&pywebio_api=io2')
|
|
|
|
|
|
+ browser.get('http://localhost:8080?_pywebio_debug=1&pywebio_api=io2&_pywebio_http_pull_interval=400')
|
|
template.test_output(browser)
|
|
template.test_output(browser)
|
|
time.sleep(1)
|
|
time.sleep(1)
|
|
template.test_input(browser)
|
|
template.test_input(browser)
|
|
@@ -70,4 +70,4 @@ def start_test_server():
|
|
|
|
|
|
|
|
|
|
if __name__ == '__main__':
|
|
if __name__ == '__main__':
|
|
- util.run_test(start_test_server, test)
|
|
|
|
|
|
+ util.run_test(start_test_server, test, address='http://localhost:8080?_pywebio_debug=1&_pywebio_http_pull_interval=400')
|