Commit ce66098
authored
fix: prevent illegal negative timeout values into thread sleep() method while retrying exceptions in unit tests. (#2268)
* fix: prevent illegal negative timeout values into thread sleep() method while retrying exceptions in unit tests. * For details on issue see - #22061 parent fa8edb3 commit ce66098
File tree
1 file changed
+4
-1
lines changed- google-cloud-spanner/src/test/java/com/google/cloud/spanner/it
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
255 | 258 | | |
256 | 259 | | |
257 | 260 | | |
| |||
0 commit comments