Skip to content

Commit

Permalink
#120 Made the SaaS waiting time longer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Jun 28, 2024
1 parent 94c4485 commit e21b552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/database_connection_fixture.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def saas_database_id(backend, saas_url, saas_account_id, saas_token) -> str:
db = stack.enter_context(api_access.database(
name=timestamp_name('SME_CI'),
idle_time=timedelta(hours=12)))
api_access.wait_until_running(db.id)
api_access.wait_until_running(db.id, timedelta=timedelta(minutes=45))
yield db.id
else:
yield ''
Expand Down

0 comments on commit e21b552

Please sign in to comment.