Skip to content

Commit 616fbec

Browse files
Tim Painetexodus
authored andcommitted
fix flapping test
1 parent 05e16fb commit 616fbec

File tree

1 file changed

+1
-1
lines changed
  • python/perspective/perspective/tests/core/data

1 file changed

+1
-1
lines changed

python/perspective/perspective/tests/core/data/test_pd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
fake = Faker()
1616

1717

18-
def superstore(count=10):
18+
def superstore(count=50):
1919
data = []
2020
for id in range(count):
2121
dat = {}

0 commit comments

Comments
 (0)