googleapis / java-spanner

Apache License 2.0
55 stars 110 forks source link

chore: add wait to test to prevent flakiness #3151

Closed olavloite closed 2 months ago

olavloite commented 2 months ago

Adds a small wait to the test to ensure no flakiness, as it could be that sessions are re-used instead of just waiting for new sessions to be created. The test however always creates 4 sessions.

Fixes #3106