Skip to content

Commit 94f54ea

Browse files
authored
Increase wait time for integrity test
1 parent aaeb7e5 commit 94f54ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrity_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func TestIntegrity(t *testing.T) {
8888
iterations := 2
8989
flogsPerIteration := 100
9090

91-
parseableSyncWait := 1 * time.Minute // NOTE: This needs to be in sync with Parseable's.
91+
parseableSyncWait := 3 * time.Minute // NOTE: This needs to be in sync with Parseable's.
9292

9393
// - Generate log files using `flog`
9494
// - Load them into `Flog` structs

0 commit comments

Comments
 (0)