forked from Silverfish/proton-bridge
Other(CI): Increase integration tests timeout
This commit is contained in:
11
tests/main_test.go
Normal file
11
tests/main_test.go
Normal file
@ -0,0 +1,11 @@
|
||||
package tests
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"go.uber.org/goleak"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
goleak.VerifyTestMain(m, goleak.IgnoreCurrent())
|
||||
}
|
||||
Reference in New Issue
Block a user