Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Klaus Wölfel
wendelin
Commits
42d6afa4
Commit
42d6afa4
authored
Sep 30, 2019
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase from 1MB to 10MB upload file size.
parent
d04c9fa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scalability_test/example/createDataStream.py
scalability_test/example/createDataStream.py
+1
-1
No files found.
scalability_test/example/createDataStream.py
View file @
42d6afa4
...
...
@@ -48,7 +48,7 @@ def createDataStream(result, browser):
# tests upload data from file of 1Mb size
ctrl
=
browser
.
mainForm
.
getControl
(
name
=
'field_my_file'
)
ctrl
.
add_file
(
io
.
BytesIO
(
generateString
(
1024
)
*
1024
),
'text/plain'
,
'test.txt'
)
ctrl
.
add_file
(
io
.
BytesIO
(
generateString
(
1024
)
*
1024
*
10
),
'text/plain'
,
'test.txt'
)
# Submit the changes, record the time elapsed in seconds
result
(
'Save'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment