Skip to content

Commit

Permalink
chore(e2e_tests): reduce allowed time limit after perf improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Oct 30, 2023
1 parent 2f23550 commit 2165e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/manage_snapshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import time
from dataclasses import dataclass
from pathlib import Path
from typing import TYPE_CHECKING, Literal
from typing import Literal

import yaml
from millify import millify
Expand All @@ -19,7 +19,7 @@
from tests.e2e._overwrite_file import OverwriteResult, overwrite_with_change_track

AVAILABLE_ACTIONS = ["update", "verify"]
ALLOWED_MICROSECONDS_PER_CHAR = 6
ALLOWED_MICROSECONDS_PER_CHAR = 1
DEFAULT_YAML_FILTER_PATH = Path(__file__).parent / "e2e_test_data.yaml"


Expand Down

0 comments on commit 2165e0c

Please sign in to comment.