Skip to content

Commit 0ab3f72

Browse files
committed
add delay between making sub & snap
1 parent 6cd36ea commit 0ab3f72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/pubsub/system-test/pubsub.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ describe('pubsub', function() {
535535
return deleteAllSnapshots()
536536
.then(wait(2500))
537537
.then(subscription.create.bind(subscription))
538+
.then(wait(2500))
538539
.then(snapshot.create.bind(snapshot))
539540
.then(wait(2500));
540541
});

0 commit comments

Comments
 (0)