We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaeb7e5 commit 94f54eaCopy full SHA for 94f54ea
integrity_test.go
@@ -88,7 +88,7 @@ func TestIntegrity(t *testing.T) {
88
iterations := 2
89
flogsPerIteration := 100
90
91
- parseableSyncWait := 1 * time.Minute // NOTE: This needs to be in sync with Parseable's.
+ parseableSyncWait := 3 * time.Minute // NOTE: This needs to be in sync with Parseable's.
92
93
// - Generate log files using `flog`
94
// - Load them into `Flog` structs
0 commit comments