diff --git a/src/app/pages/simulation-wizard/existing-simulations/existing-simulations.component.ts b/src/app/pages/simulation-wizard/existing-simulations/existing-simulations.component.ts
index 71cd0947304ba3a6eb189cc26424cffd58ce2c5e..2e2beae8b0d19e7c7c19e7f2c366e506469dec0b 100644
--- a/src/app/pages/simulation-wizard/existing-simulations/existing-simulations.component.ts
+++ b/src/app/pages/simulation-wizard/existing-simulations/existing-simulations.component.ts
@@ -416,9 +416,10 @@ export class ExistingSimulationsComponent implements OnInit {
       .subscribe(
         (res) => {
           this.showToast(
-            `onRunDss is over. Deselect the simulation and select it again to have newly generated file loaded.`,
+            `onRunDss is over.`,
             "Success",
-            "success"
+            "success",
+            15000
           );
           this.runDss.status = "";
 
@@ -426,12 +427,12 @@ export class ExistingSimulationsComponent implements OnInit {
           this.selectedSimulationToEmit.emit(undefined);
           setTimeout(() => {
             this.selectedSimulationToEmit.emit(this.selectedSimulation);
-            this.showToast(`Updating spider chart.`, "Info", "info");
+            this.showToast(`Updating spider chart.`, "Info", "info", 8000);
           }, 0);
         },
         (error) => {
           this.runDss.status = "error";
-          this.showToast(`Working, please wait`, `Info`, "info");
+          this.showToast(`Working, please wait`, `Info`, "info", 8000);
         }
       )
       .add(() => {