Skip to content
Snippets Groups Projects
Commit e57f4937 authored by Micah Elizabeth Scott's avatar Micah Elizabeth Scott
Browse files

More PSU settling time during electrical tests

This causes false negatives sometimes, boo.
parent 28c62fe6
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ void ElectricalTest::setPowerSupplyVoltage(float volts)
* Time for the PSU to settle. Our testjig's power supply settles very
* fast (<1ms), but the capacitors on the target need more time to charge.
*/
delay(30);
delay(150);
}
bool ElectricalTest::testBoostConverter()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment