Skip to content

Commit

Permalink
increase gc window for revision expiration
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Cordell <cordell.evan@gmail.com>
  • Loading branch information
ecordell committed Oct 4, 2021
1 parent 72fd40a commit e103240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/datastore/test/tuples.go
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ func DeleteRelationshipsTest(t *testing.T, tester DatastoreTester) {
// invalid revisions hold for a particular datastore.
func InvalidReadsTest(t *testing.T, tester DatastoreTester) {
t.Run("revision expiration", func(t *testing.T) {
testGCDuration := 40 * time.Millisecond
testGCDuration := 600 * time.Millisecond

require := require.New(t)

Expand Down

0 comments on commit e103240

Please sign in to comment.