Skip to content

Commit 20b6b5a

Browse files
committed
Adalog: bump the default timeout to 50_000_000
TN: SB20-024
1 parent a2c32e5 commit 20b6b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/langkit_support-adalog.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ package Langkit_Support.Adalog is
4646
-- Mutate this to affect the behavior of all calls to the solver which just
4747
-- use the default options.
4848

49-
Default_Timeout_Ticks_Number : constant := 200_000;
49+
Default_Timeout_Ticks_Number : constant := 50_000_000;
5050

5151
-----------------------
5252
-- Adalog exceptions --

0 commit comments

Comments
 (0)