eric7/CondaInterface/Conda.py

branch
unittest
changeset 9060
eb17e1744940
parent 8881
54e42bc2437a
diff -r e7fd342f8bfc -r eb17e1744940 eric7/CondaInterface/Conda.py
--- a/eric7/CondaInterface/Conda.py	Thu May 12 08:59:13 2022 +0200
+++ b/eric7/CondaInterface/Conda.py	Thu May 12 08:59:39 2022 +0200
@@ -705,7 +705,7 @@
                 process.kill()
                 process.waitForFinished(3000)
                 return False, self.tr("conda did not finish within"
-                                      " 30 seconds.")
+                                      " 3 seconds.")
         
         return False, self.tr("conda could not be started.")
     

eric ide

mercurial