Skip to content

Commit d8bc532

Browse files
committed
updated timeout
1 parent 75fa783 commit d8bc532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_file_upload_load_example(launch):
6666
("content/raw_data_viewer.py", 'Pool.mzML'),
6767
("content/raw_data_viewer.py", 'Control.mzML')], indirect=['launch'])
6868
def test_view_raw_ms_data(launch, example):
69-
launch.run()
69+
launch.run(timeout=10)
7070

7171
## Load Example file, based on implementation of fileupload.load_example_mzML_files() ###
7272
mzML_dir = Path(launch.session_state.workspace, "mzML-files")

0 commit comments

Comments
 (0)