mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-15 07:04:58 +00:00
poll on test start
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
func TestNewTester(t *testing.T) {
|
||||
ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
|
||||
ctx, cancel := context.WithTimeout(context.Background(), time.Minute)
|
||||
defer cancel()
|
||||
|
||||
s := NewTester(ctx)
|
||||
|
||||
Reference in New Issue
Block a user