mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
Merge pull request #390 from travisturner/deadline-skew
increase test deadlineSkew to 1s
This commit is contained in:
commit
231fef27eb
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ import (
|
|||
"github.com/pilosa/pilosa/v2"
|
||||
)
|
||||
|
||||
const deadlineSkew = time.Millisecond * 20
|
||||
const deadlineSkew = time.Second
|
||||
|
||||
// CompareTransactions errors describing how the
|
||||
// transactions differ (if at all). The deadlines need only be close
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue