Compute gdb command timeout based on ops estimate
[riscv-tests.git] / debug / gdbserver.py
index c7bfbf00393fabb77a1cd1b4121e6aea8984c0f9..d085e2ef60df5a3a2bc2fc1efb547cb4a9fc69ae 100755 (executable)
@@ -835,7 +835,7 @@ class DownloadTest(GdbTest):
     def test(self):
         self.gdb.load()
         self.gdb.command("b _exit")
-        self.gdb.c(timeout=60)
+        self.gdb.c()
         assertEqual(self.gdb.p("status"), self.crc)
         os.unlink(self.download_c.name)