Skip to content

Commit aba9771

Browse files
authored
change cache update time (#451)
1 parent cfc49be commit aba9771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/test_endpoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test_async_model_endpoint(
9494
user,
9595
)
9696
# Let the cache update
97-
time.sleep(30)
97+
time.sleep(60)
9898
# Endpoint builds should be cached now.
9999
ensure_n_ready_endpoints_short(1, user)
100100

0 commit comments

Comments
 (0)