Skip to content

Commit 2874b59

Browse files
committed
Merge branch 'run-tests' of https://github.com/GoogleCloudPlatform/python-docs-samples into run-tests
2 parents 71eef59 + 643543a commit 2874b59

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)