mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
fix Travis test
This commit is contained in:
parent
660e0b3a8f
commit
7caa15dbf7
@ -29,7 +29,7 @@ const DEFAULT_STATUS_CODES = {
|
||||
pattern: '[\\s\\S]*\\[502\\][\\s\\S]*',
|
||||
},
|
||||
504: {
|
||||
pattern: '([\s\S]*\[504\][\s\S]*)|(^[Task timed out].*)',
|
||||
pattern: '([\\s\\S]*\\[504\\][\\s\\S]*)|(^\[Task timed out\].*)',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user