featurebase/querycontext
Seebs c99faa1793 bump timeout on overlapping write requests test
At 50ms, we see sporadic failures in CI. So much for "this should
only need a couple milliseconds". Bumped timeout to avoid that.

The challenge here is that we have some tests which *want* to hit
the timeout to confirm that we aren't allowing things we shouldn't.
But we don't want the test to hang forever. But we want to be sure
it is actually stuck and not just being slow...

(cherry picked from commit f1a68f8a82)
2022-12-12 09:01:20 -08:00
..
testdata/fuzz/FuzzWriteRequests initial implementation of QueryContext design 2022-11-15 11:22:17 -08:00
doc.go initial implementation of QueryContext design 2022-11-15 11:22:17 -08:00
dot_test.go initial implementation of RBF backend 2022-11-15 11:32:03 -08:00
query_context.go Fixed some import issues resulting from syncing the private repo 2022-11-17 08:58:22 -08:00
query_context_test.go bump timeout on overlapping write requests test 2022-12-12 09:01:20 -08:00
rbf.go Fixed some import issues resulting from syncing the private repo 2022-11-17 08:58:22 -08:00
rbf_test.go Fixed some import issues resulting from syncing the private repo 2022-11-17 08:58:22 -08:00
reduce_err_test.go Fixed some import issues resulting from syncing the private repo 2022-11-17 08:58:22 -08:00
TODO.txt initial implementation of QueryContext design 2022-11-15 11:22:17 -08:00
txstore.go initial implementation of RBF backend 2022-11-15 11:32:03 -08:00
visualize.go initial implementation of RBF backend 2022-11-15 11:32:03 -08:00