mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-01 16:50:37 +01:00
Merge pull request #235 from stephen-turner/network-timeout
Update test timeout value to match xs64bit branch
This commit is contained in:
commit
c904b9173b
2
XenAdminTests/TabsAndMenus/NetworkTabTests.cs
Normal file → Executable file
2
XenAdminTests/TabsAndMenus/NetworkTabTests.cs
Normal file → Executable file
@ -49,7 +49,7 @@ namespace XenAdminTests.TabsAndMenus
|
||||
{
|
||||
}
|
||||
|
||||
[Test, Timeout(100000)]
|
||||
[Test, Timeout(120000)]
|
||||
public void AddALotOfVIFsThenRemoveThemShouldNotThrowAnException()
|
||||
{
|
||||
const int MAX_VIFS_TO_ADD = 100;
|
||||
|
Loading…
Reference in New Issue
Block a user