Skip to content

Commit

Permalink
Increase timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcassell committed Sep 17, 2023
1 parent 1655f24 commit de524f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package/Core/Promises/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public enum PoolType : byte
#endif
public static class Config
{
internal static readonly TimeSpan SpinTimeout = TimeSpan.FromSeconds(1);
internal static readonly TimeSpan SpinTimeout = TimeSpan.FromSeconds(10);

[Obsolete("Use ProgressPrecision to get the precision of progress reports."), EditorBrowsable(EditorBrowsableState.Never)]
public static readonly int ProgressDecimalBits = 32;
Expand Down

0 comments on commit de524f3

Please sign in to comment.