wifi: Fix test duration not large enough to cover all multiple PHY interfaces scenarios
This commit is contained in:
committed by
Sébastien Deronne
parent
76cff6af65
commit
5d54b694f3
@@ -1396,7 +1396,8 @@ SpectrumWifiPhyMultipleInterfacesTest::DoRun()
|
||||
}
|
||||
}
|
||||
|
||||
Simulator::Stop(Seconds(30));
|
||||
delay += Seconds(1);
|
||||
Simulator::Stop(delay);
|
||||
Simulator::Run();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user