Skip to content

Commit

Permalink
Update test cache times to match controller change
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Jun 20, 2015
1 parent c9052e4 commit 8757282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/controller/about.t
Expand Up @@ -23,7 +23,7 @@ test_psgi app, sub {
{
cache_control => 'max-age=86400',
surrogate_key => 'about',
surrogate_control => 'max-age=86400',
surrogate_control => 'max-age=31536000',
}
);
}
Expand Down
2 changes: 1 addition & 1 deletion t/controller/home.t
Expand Up @@ -12,7 +12,7 @@ test_psgi app, sub {
{
cache_control => 'max-age=3600',
surrogate_key => 'homepage',
surrogate_control => 'max-age=86400',
surrogate_control => 'max-age=31536000',
}
);

Expand Down

0 comments on commit 8757282

Please sign in to comment.