Skip to content

Commit

Permalink
10x iso2sp timing tolerance in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Guthe committed Feb 21, 2020
1 parent 71732f0 commit 6971214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func TestI2OSPTiming(t *testing.T) {
elapsed_times []time.Duration
)
if os.Getenv("CI") == "true" {
toleranceNS = int64(5000) // i.e. 5 microseconds
toleranceNS = int64(50000) // i.e. 50 microseconds
fmt.Printf("I2OSPTiming using larger timing diff in CI of %s", time.Duration(toleranceNS))
}

Expand Down

0 comments on commit 6971214

Please sign in to comment.