Commit e3f2c14
committed
sql: bump up cluster setting read timeout for benchmark tests
Previously, we would see flakes on TestBenchmarkExpectation related to
updating cluster settings and not being able to see the updated values
after SET CLUSTER SETTING. We suspect this flake happens because under
load, it may take longer for the cluster setting update to be visible.
To address this, this patch modifies the cluster setting timeout for
benchmark tests to prevent these flakes.
Fixes: #154219
Release note: None1 parent 588e5f6 commit e3f2c14
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
701 | 702 | | |
702 | 703 | | |
703 | 704 | | |
704 | | - | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
705 | 711 | | |
706 | 712 | | |
707 | 713 | | |
| |||
0 commit comments