Other(CI): Increase integration tests timeout

This commit is contained in:
James Houlahan
2022-10-25 13:54:25 +02:00
parent 14fbdb5e04
commit 351c019310
3 changed files with 15 additions and 9 deletions

View File

@ -29,7 +29,6 @@ import (
"github.com/cucumber/godog"
"github.com/stretchr/testify/require"
"gitlab.protontech.ch/go/liteapi/server/backend"
"go.uber.org/goleak"
)
func init() {
@ -58,10 +57,6 @@ func (s *scenario) close(tb testing.TB) {
require.NoError(tb, s.t.close(context.Background()))
}
func TestMain(m *testing.M) {
goleak.VerifyTestMain(m, goleak.IgnoreCurrent())
}
func TestFeatures(testingT *testing.T) {
suite := godog.TestSuite{
ScenarioInitializer: func(ctx *godog.ScenarioContext) {