Skip to content

Commit

Permalink
timeout change to 3 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
HariGS-DB committed Mar 30, 2024
1 parent 4abe7af commit cf65f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/hive_metastore/test_migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ def test_mapping_reverts_table(
assert "upgraded_to" not in results2


@retried(on=[NotFound], timeout=timedelta(minutes=2))
@retried(on=[NotFound], timeout=timedelta(minutes=3))
def test_migrate_managed_tables_with_acl(
ws, sql_backend, inventory_schema, make_catalog, make_schema, make_table, make_user
): # pylint: disable=too-many-locals
Expand Down

0 comments on commit cf65f47

Please sign in to comment.