Skip to content

Commit

Permalink
Merge pull request #166 from ecordell/ds-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jzelinskie committed Oct 4, 2021
2 parents 72fd40a + e103240 commit baa854d
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 baa854d

Please sign in to comment.