mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
@@ -529,6 +529,7 @@ func Test(t *testing.T, dsf func(t *testing.T) models.Datastore) {
|
||||
Format: "http",
|
||||
IdleTimeout: testRoute.IdleTimeout,
|
||||
Memory: testRoute.Memory,
|
||||
CPUs: testRoute.CPUs,
|
||||
// updated
|
||||
Timeout: 2,
|
||||
Config: map[string]string{
|
||||
@@ -572,6 +573,7 @@ func Test(t *testing.T, dsf func(t *testing.T) models.Datastore) {
|
||||
Format: "http",
|
||||
Timeout: 2,
|
||||
Memory: testRoute.Memory,
|
||||
CPUs: testRoute.CPUs,
|
||||
IdleTimeout: testRoute.IdleTimeout,
|
||||
// updated
|
||||
Config: map[string]string{
|
||||
|
||||
Reference in New Issue
Block a user