saltfish 0.2.72 → 0.2.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,7 @@ interface StepTimeoutData {
6
6
  }
7
7
  /**
8
8
  * Manages step timeout functionality to destroy the player if a user
9
- * stays on the same step for more than 60 seconds
9
+ * stays on the same step for more than 120 seconds
10
10
  */
11
11
  export declare class StepTimeoutManager {
12
12
  private static readonly STEP_TIMEOUT_MS;