Skip to content

Commit

Permalink
Set the Tx timeout to 2 minutes, because GH actions are so stupidly slow
Browse files Browse the repository at this point in the history
  • Loading branch information
halgari committed May 6, 2024
1 parent d48ae09 commit a125cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NexusMods.MnemonicDB.Storage/DatomStore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class DatomStore : IDatomStore
private readonly Task _startupTask;
private TxId _asOfTx = TxId.MinValue;

private static readonly TimeSpan TransactionTimeout = TimeSpan.FromSeconds(10);
private static readonly TimeSpan TransactionTimeout = TimeSpan.FromMinutes(120);

/// <summary>
/// Cached version of the registry ID to avoid the overhead of looking it up every time
Expand Down

0 comments on commit a125cde

Please sign in to comment.