diff --git a/ion/src/device/bench/command/suspend.cpp b/ion/src/device/bench/command/suspend.cpp index b1d1bcc5c..27666921d 100644 --- a/ion/src/device/bench/command/suspend.cpp +++ b/ion/src/device/bench/command/suspend.cpp @@ -12,7 +12,7 @@ void Suspend(const char * input) { return; } reply(sOK); - Ion::msleep(500); + Ion::msleep(100); Ion::Power::suspend(); }