Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
3204e575
Commit
3204e575
authored
Sep 16, 2016
by
Matt Liggett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase schedulingTimeout due to flakiness even at 5m.
parent
9bc7e36f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
disruption.go
test/e2e/disruption.go
+1
-1
No files found.
test/e2e/disruption.go
View file @
3204e575
...
@@ -39,7 +39,7 @@ const timeout = 60 * time.Second
...
@@ -39,7 +39,7 @@ const timeout = 60 * time.Second
// schedulingTimeout is longer specifically because sometimes we need to wait
// schedulingTimeout is longer specifically because sometimes we need to wait
// awhile to guarantee that we've been patient waiting for something ordinary
// awhile to guarantee that we've been patient waiting for something ordinary
// to happen: a pod to get scheduled and move into Ready
// to happen: a pod to get scheduled and move into Ready
const
schedulingTimeout
=
5
*
time
.
Minute
const
schedulingTimeout
=
10
*
time
.
Minute
var
_
=
framework
.
KubeDescribe
(
"DisruptionController"
,
func
()
{
var
_
=
framework
.
KubeDescribe
(
"DisruptionController"
,
func
()
{
f
:=
framework
.
NewDefaultFramework
(
"disruption"
)
f
:=
framework
.
NewDefaultFramework
(
"disruption"
)
...
...
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