Skip to content

Commit 643543a

Browse files
authored
revert
1 parent fcf132a commit 643543a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/logging-manual/e2e_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def test_end_to_end(service_url_auth_token, deployed_service):
178178
resource_names = [f"projects/{PROJECT}"]
179179
# We add timestamp for making the query faster.
180180
now = datetime.datetime.now(datetime.timezone.utc)
181-
filter_date = now - datetime.timedelta(minutes=3)
181+
filter_date = now - datetime.timedelta(minutes=1)
182182
filters = (
183183
f"timestamp>=\"{filter_date.isoformat('T')}\" "
184184
"resource.type=cloud_run_revision "

0 commit comments

Comments
 (0)