From 69712144cb79a607cc9786e35709b7f5c40d8252 Mon Sep 17 00:00:00 2001 From: Greg Guthe Date: Fri, 21 Feb 2020 09:38:13 -0500 Subject: [PATCH] 10x iso2sp timing tolerance in CI --- core_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core_test.go b/core_test.go index 0fdadd4b..4409c763 100644 --- a/core_test.go +++ b/core_test.go @@ -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)) }