Skip to content

Commit

Permalink
increasing timeout and add marker (#10695)
Browse files Browse the repository at this point in the history
Fixes 10029
  • Loading branch information
keemano authored Oct 22, 2024
1 parent 93512c4 commit 7e722e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tests/cross_functional/ui/test_create_pool_block_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
tier1,
skipif_ui_not_support,
skipif_hci_provider_or_client,
black_squad,
green_squad,
)
from ocs_ci.framework.testlib import skipif_ocs_version, ManageTest, ui
from ocs_ci.ocs.exceptions import (
Expand Down Expand Up @@ -76,7 +76,7 @@ def pod(self, pod_factory):
@ui
@tier1
@skipif_ocs_version("<4.8")
@black_squad
@green_squad
def test_create_delete_pool(
self,
replica,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
ui,
skipif_ibm_cloud_managed,
skipif_hci_provider_or_client,
black_squad,
green_squad,
)
from ocs_ci.ocs.cluster import (
get_percent_used_capacity,
Expand All @@ -23,7 +23,7 @@
log = logging.getLogger(__name__)


@black_squad
@green_squad
@ui
@tier1
@skipif_external_mode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def snapshot_restore(self, snapshot_restore_factory):
size=str(self.pvc_size * 1024 * 1024 * 1024),
restore_pvc_yaml=constants.CSI_CEPHFS_PVC_RESTORE_YAML,
access_mode=constants.ACCESS_MODE_RWX,
timeout=960,
timeout=1080,
)

@bugzilla("2039265")
Expand Down

0 comments on commit 7e722e3

Please sign in to comment.