Commits


Matt Topol authored and GitHub committed 3600bd802fb
MINOR: [Go][CI] Increase Go benchmark timeout (#34694) ### Rationale for this change The addition of more Go benchmarks for the RunEndEncoding/Decoding pushed the time taken for the `compute` module's benchmarks over the 20m timeout that we were using for the script, but only on one of the runs (other runs finished just fine but very close to the timeout). So I'm increasing the timeout passed to the `go test -bench` command to avoid it failing. Authored-by: Matt Topol <zotthewizard@gmail.com> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>