Skip to content

Commit 2de734a

Browse files
committed
[tests]: increase timeout for the TestBGPAgentRUD test
1 parent c037440 commit 2de734a

File tree

1 file changed

+1
-1
lines changed
  • internal/acceptance/openstack/networking/v2/extensions/agents

1 file changed

+1
-1
lines changed

internal/acceptance/openstack/networking/v2/extensions/agents/agents_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func TestAgentsRUD(t *testing.T) {
9797
}
9898

9999
func TestBGPAgentRUD(t *testing.T) {
100-
timeout := 120 * time.Second
100+
timeout := 15 * time.Minute
101101
clients.RequireAdmin(t)
102102

103103
client, err := clients.NewNetworkV2Client()

0 commit comments

Comments
 (0)