Skip to content

Commit b80398d

Browse files
committed
Increase test's timeout
to let gpr2 read the project. W119-049
1 parent bd13214 commit b80398d

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)