Skip to content

Commit

Permalink
status hook interval update
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberCharitos committed Mar 2, 2024
1 parent bbbbe08 commit 3468c77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_scaling.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

import logging

import requests
import pytest
from helpers import APP_NAME, get_application_url, get_memberships, scale
import requests
from helpers import APP_NAME, get_application_url, scale
from pytest_operator.plugin import OpsTest

logger = logging.getLogger(__name__)
Expand Down
1 change: 1 addition & 0 deletions tests/integration/test_usersync.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ async def test_user_sync(self, ops_test: OpsTest):
config=ranger_config,
)

await ops_test.model.set_config({"update-status-hook-interval": "5m"})
await ops_test.model.wait_for_idle(
apps=[USERSYNC_NAME, LDAP_NAME],
status="active",
Expand Down

0 comments on commit 3468c77

Please sign in to comment.