hotfix(test): Increase wait time to avoid race condition
This is a temporary fix to address a race condition that causes test failures on the windows-2022 and windows-2025 images.
This commit is contained in:
parent
974e120ee5
commit
825f15e62b
|
|
@ -208,7 +208,7 @@ class TestTabBarShowOnClose:
|
|||
config_stub.val.tabs.show = 'switching'
|
||||
config_stub.val.tabs.show_on_close = True
|
||||
tab_bar = widget.tabBar()
|
||||
qtbot.wait(1)
|
||||
qtbot.wait(3)
|
||||
assert not tab_bar.isVisible()
|
||||
|
||||
widget.removeTab(0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue