flash/nor/nrf5: set correct timeout for nvmc operations
[fw/openocd] / src / flash / nor / nrf5.c
index de5c230516904ff5ab2162a5604027d97145c86e..ba84c7156ed9cad443402b5ebdbed0de5a541005 100644 (file)
@@ -248,7 +248,7 @@ static int nrf5_wait_for_nvmc(struct nrf5_info *chip)
 {
        uint32_t ready;
        int res;
-       int timeout_ms = 200;
+       int timeout_ms = 340;
        int64_t ts_start = timeval_ms();
 
        do {