Skip to content

Commit 215548f

Browse files
committed
Merge branch 'topic/up_timeout' into 'master'
Increase test's timeout See merge request eng/ide/ada_language_server!1137
2 parents bd13214 + b80398d commit 215548f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tester/tester-tests.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ with Tester.Macros;
3636

3737
package body Tester.Tests is
3838

39-
Max_Wait : constant := 4.0;
39+
Max_Wait : constant := 16.0;
4040
-- Max number of seconds to wait on a given snippet
4141

4242
type Command_Kind is (Start, Stop, Send, Shell, Append_To_Env, Comment);

0 commit comments

Comments
 (0)