Add cache expire time to test server

This commit is contained in:
fkaelberer 2014-05-30 18:42:07 +02:00
parent 6f39d7849f
commit 7492699543
2 changed files with 8 additions and 0 deletions

View file

@ -655,6 +655,7 @@ function startServer() {
server.host = host;
server.port = options.port;
server.root = '..';
server.cacheExpirationTime = 3600;
server.start();
}