Skip to content

Commit 53ee379

Browse files
shanjiazHelen Zhao
andauthored
increase-timeout (#580)
<!-- markdownlint-disable --> <!-- PLEASE FILL IN THE PR DESCRIPTION HERE ENSURING ALL CHECKLIST ITEMS (AT THE BOTTOM) HAVE BEEN CONSIDERED. --> ## Purpose ## Tests ## Checklist I have filled in: - [x] The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)". - [x] The test plan/results, such as providing test command and pasting the results. - [ ] (Optional) The necessary documentation update. - [x] I (a human) have written or reviewed the code in this pr to the best of my ability. Signed-off-by: Helen Zhao <shanjiaz@a100-07.nemg-001.lab.rdu2.dc.redhat.com> Co-authored-by: Helen Zhao <shanjiaz@a100-07.nemg-001.lab.rdu2.dc.redhat.com>
1 parent a0f19da commit 53ee379

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
def wait_for_server(
3636
port: int,
37-
timeout: float = 180.0,
37+
timeout: float = 600.0,
3838
poll_interval: float = 2.0,
3939
process: subprocess.Popen | None = None,
4040
):

0 commit comments

Comments
 (0)