Skip to content

Commit

Permalink
add debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq committed Nov 25, 2024
1 parent a4b4095 commit 2c2857b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ func (t *SimulationTask) SimulationRun(containerName string, xlogger *logger.Log
return sstdout, sstderr, fmt.Errorf("failed to load schema SQL: %w", err)
}
xlogger.Info("Schema SQL loaded successfully")
time.Sleep(120 * time.Second)
time.Sleep(60 * time.Second)
xlogger.Info(sstdout, sstderr)
// load real databases
if err = t.getDbsExcludeSysDb(); err != nil {
Expand Down

0 comments on commit 2c2857b

Please sign in to comment.