lang: Increase debugging timeout

This commit is contained in:
James Shubin
2024-12-15 10:39:46 -05:00
parent f5806e0617
commit 2561dba8f5

View File

@@ -62,7 +62,7 @@ const (
// between engine startup, and loaded event before printing some // between engine startup, and loaded event before printing some
// debugging stats. This is useful for finding bugs in the function // debugging stats. This is useful for finding bugs in the function
// engine. Set to zero to disable. // engine. Set to zero to disable.
EngineStartupStatsTimeout = 10 EngineStartupStatsTimeout = 60
) )
// Data is some data that is passed into the Lang struct. It is presented here // Data is some data that is passed into the Lang struct. It is presented here