Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Side by Side Diff: tools/chrome_proxy/testserver/app.yaml

Issue 2206363002: Added integration test to Chrome Proxy to verify direct connection on remote site timeout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated timing to server=90s and test=120s Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 application: chromeproxy-test
6 version: 1
7 runtime: go 5 runtime: go
8 api_version: go1 6 api_version: go1
9 7
10 handlers: 8 handlers:
11 - url: /image 9 - url: /image
12 static_dir: image 10 static_dir: image
13 - url: /.* 11 - url: /.*
14 script: _go_app 12 script: _go_app
OLDNEW
« no previous file with comments | « tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/http_timeout.py ('k') | tools/chrome_proxy/testserver/server.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698