mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 00:00:42 +02:00
FpDebug: tests, increase timeout
This commit is contained in:
parent
7689b1865f
commit
3a74b7fa79
@ -959,7 +959,7 @@ begin
|
||||
for j := 1 to 70 do begin
|
||||
for i := 0 to 9 do begin
|
||||
|
||||
Debugger.RunToNextPause(dcRun, 15000);
|
||||
Debugger.RunToNextPause(dcRun, 30000);
|
||||
AssertDebuggerState(dsPause, 'in loop');
|
||||
TestEquals('ThreadId', ThreadIdMain, dbg.Threads.CurrentThreads.CurrentThreadId);
|
||||
TestLocation('loop '+IntToStr(j)+', '+IntToStr(i), 'BrkMain'+IntToStr(i), j);
|
||||
|
@ -273,7 +273,7 @@ begin
|
||||
(* The debugger will encounter a thread create event, during the stepping
|
||||
This will mean the main-loop's FCurrentThread is the new thread
|
||||
*)
|
||||
RunToNextPauseNoLoopBreak('', dcRun, 25000);
|
||||
RunToNextPauseNoLoopBreak('', dcRun, 45000);
|
||||
AssertDebuggerState(dsPause);
|
||||
TestLocation('At BrkThreadCreateInStep', 'BrkThreadCreateInStep', -1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user