Skip to content

Commit

Permalink
Merge pull request #164 from subCode321/update-timeout
Browse files Browse the repository at this point in the history
Update timeout
  • Loading branch information
t0mdavid-m authored Mar 8, 2025
2 parents 75fa783 + 15e5a13 commit 7183499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_file_upload_load_example(launch):
("content/raw_data_viewer.py", 'Pool.mzML'),
("content/raw_data_viewer.py", 'Control.mzML')], indirect=['launch'])
def test_view_raw_ms_data(launch, example):
launch.run()
launch.run(timeout=10)

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

0 comments on commit 7183499

Please sign in to comment.