We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30526f3 commit 0ed65f3Copy full SHA for 0ed65f3
container_registry/container_analysis/samples_test.py
@@ -177,7 +177,7 @@ def test_pubsub(self):
177
time.sleep(SLEEP_TIME)
178
job_done.wait(timeout=60)
179
print('done. msg_count = {}'.format(receiver.msg_count))
180
- assert message_count == receiver.msg_count
+ assert message_count <= receiver.msg_count
181
finally:
182
# clean up
183
client.delete_subscription(subscription_name)
0 commit comments